Migrate X-Chain from LevelDB to Firewood and PebbleDB#3732
Open
joshua-kim wants to merge 1 commit intox-chain-merkle-db-firewoodfrom
Open
Migrate X-Chain from LevelDB to Firewood and PebbleDB#3732joshua-kim wants to merge 1 commit intox-chain-merkle-db-firewoodfrom
joshua-kim wants to merge 1 commit intox-chain-merkle-db-firewoodfrom
Conversation
eb872ad to
f380ef8
Compare
joshua-kim
commented
Mar 4, 2025
f380ef8 to
411ba8a
Compare
5e741a1 to
409b2fe
Compare
9545412 to
daab96b
Compare
e89db38 to
20ae963
Compare
db6f8b7 to
0505956
Compare
040debc to
de2d05b
Compare
daab96b to
14cb603
Compare
de2d05b to
15ad838
Compare
joshua-kim
commented
Mar 18, 2025
joshua-kim
commented
Mar 18, 2025
joshua-kim
commented
Mar 18, 2025
|
This PR has become stale because it has been open for 30 days with no activity. Adding the |
795009d to
da0b21c
Compare
da0b21c to
51ab59b
Compare
rrazvan1
reviewed
Aug 11, 2025
51ab59b to
3df6c46
Compare
deeefd1 to
81b3617
Compare
7d2ab67 to
b14dea4
Compare
ef70c9a to
072f33e
Compare
072f33e to
0f40d74
Compare
This comment has been minimized.
This comment has been minimized.
Contributor
Author
|
Need to come up with a way to break up this diff. Currently I think that we could break this into:
|
This comment has been minimized.
This comment has been minimized.
Signed-off-by: Joshua Kim <20001595+joshua-kim@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Why this should be merged
Implements a database migration from the legacy database format into a database format that supports a merkle-ized prefix of state
How this works
Changes db schema
How this was tested
Added a migration unit test + tested state migration on Fuji
Need to be documented in RELEASES.md?
Yes